home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / PGM_TOOL / PREVIEW / CLP2DLFI / WABOUTBX.DFM / WABOUTBX.txt
Text File  |  1995-11-10  |  2KB  |  81 lines

  1. object SetupBox: TSetupBox
  2.   Left = 54
  3.   Top = 54
  4.   Width = 550
  5.   Height = 410
  6.   Caption = 'Station Information'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   FormStyle = fsMDIChild
  12.   PixelsPerInch = 96
  13.   Position = poDefault
  14.   Visible = True
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   TextHeight = 16
  19.   object Label1: TLabel
  20.     Left = 48
  21.     Top = 336
  22.     Width = 104
  23.     Height = 16
  24.     Caption = 'Change To User'
  25.     Visible = False
  26.   end
  27.   object ListBox1: TListBox
  28.     Left = 8
  29.     Top = 4
  30.     Width = 525
  31.     Height = 322
  32.     Font.Color = clBlack
  33.     Font.Height = -13
  34.     Font.Name = 'Courier New'
  35.     Font.Style = []
  36.     IntegralHeight = True
  37.     ItemHeight = 16
  38.     ParentFont = False
  39.     TabOrder = 0
  40.   end
  41.   object Button1: TButton
  42.     Left = 444
  43.     Top = 340
  44.     Width = 89
  45.     Height = 33
  46.     Caption = '&Close'
  47.     TabOrder = 1
  48.     OnClick = Button1Click
  49.   end
  50.   object Button2: TButton
  51.     Left = 348
  52.     Top = 340
  53.     Width = 89
  54.     Height = 33
  55.     Caption = '&Refresh'
  56.     TabOrder = 2
  57.     Visible = False
  58.     OnClick = Button2Click
  59.   end
  60.   object wname: TEdit
  61.     Left = 160
  62.     Top = 332
  63.     Width = 97
  64.     Height = 24
  65.     CharCase = ecUpperCase
  66.     TabOrder = 3
  67.     Visible = False
  68.     OnKeyPress = wnameKeyPress
  69.   end
  70.   object atpds: TCheckBox
  71.     Left = 160
  72.     Top = 360
  73.     Width = 97
  74.     Height = 17
  75.     Caption = 'At PDS'
  76.     TabOrder = 4
  77.     Visible = False
  78.     OnKeyPress = atpdsKeyPress
  79.   end
  80. end
  81.